home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6421 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: pil.idt.unit.no!torrunes
  2. From: torrunes@pil.idt.unit.no (Tor Rune Skoglund)
  3. Newsgroups: comp.sys.amiga.programmer,comp.lang.rexx
  4. Subject: ARexx: Using systemwide global variables - PLEASE HELP!
  5. Followup-To: comp.sys.amiga.programmer
  6. Date: 27 Mar 1996 20:19:51 GMT
  7. Organization: The Norwegian University of Science and Technology
  8. Sender: datakompaniet@interlink.no
  9. Distribution: inet
  10. Message-ID: <4jc7t7$7u2@due.unit.no>
  11. NNTP-Posting-Host: pil.idt.unit.no
  12.  
  13. Hi,
  14.  
  15. I want to maintain a global variable from several different
  16. ARexx scripts. 
  17.  
  18. Only one script must be able to read and modify the variable
  19. at the same time. 
  20.  
  21. How cound I do this?
  22.  
  23. I am currently using global environment variables, but that's only
  24. really an emergency solution since forbid() isn't unbreakable
  25. within the scripts which modifies the variable. Also, it's a very
  26. slow solution since the environment variables are stored as files
  27. in AmigaDOS.
  28.  
  29. Any ideas?
  30.  
  31. Thanks for any help!
  32.  
  33. - Best Regards,
  34.  
  35.   Tor Rune Skoglund                  DataKompaniet as
  36.   Tech. Manager/Partner              Trondheim Innovation Centre
  37.   Tel: +47 7354 0375                 N-7030 Trondheim
  38.   Fax: +47 7394 3861                 Norway
  39.   E-mail: datakompaniet@interlink.no  
  40.   WWW:    http://www.interlink.no/datakompaniet
  41.  
  42.